Panic when no command line processing can be performed
authorSimon Glass <[email protected]>
Mon, 14 Mar 2016 01:07:32 +0000 (19:07 -0600)
committerTom Rini <[email protected]>
Tue, 22 Mar 2016 16:16:10 +0000 (12:16 -0400)
commit045e6f0d4f49c83375cd30b35fb7f02d7a79478e
treeb0dcb7f2ecbf6c19728c804d04042f308ed38992
parent2b6793de2543e16ac6b8e792cef71ce7bb6ea1a7
Panic when no command line processing can be performed

Normally board_run_command() will handle command processed. But if for some
reason it returns then we should panic to avoid further processing.

Signed-off-by: Simon Glass <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
common/main.c